PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DRenderMode Class / setFaceColor Method
A com.o2sol.pdf4java.graphics.colors.PDFRgbColor object that represents the face color to be used when rendering the 3D image.
In This Topic
    setFaceColor Method
    In This Topic
    Sets the face color.
    Syntax
    public void setFaceColor( 
       PDFRgbColor color
    )

    Parameters

    color
    A com.o2sol.pdf4java.graphics.colors.PDFRgbColor object that represents the face color to be used when rendering the 3D image.
    See Also